2013-04-21 | checkout: Use remote refspecs when DWIMming tracking... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2013-04-21 | t2024: Show failure to use refspec when DWIMming remote... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2013-04-21 | t2024: Add tests verifying current DWIM behavior of... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2012-10-21 | git symbolic-ref --delete $symref Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2012-10-21 | Fix failure to delete a packed ref through a symref Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2012-10-21 | t1400-update-ref: Add test verifying bug with symrefs... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2012-03-15 | notes-merge: Don't remove .git/NOTES_MERGE_WORKTREE... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2012-03-15 | notes-merge: use opendir/readdir instead of using read_direc... Updated-by: Johan Herland <johan@herland.net> Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2012-03-15 | t3310: illustrate failure to "notes merge --commit... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-11-29 | fast-import: Fix incorrect fanout level when modifying... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-11-29 | t9301: Add 2nd testcase exposing bugs in fast-import... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-11-29 | t9301: Fix testcase covering up a bug in fast-import... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-05-13 | t5400: Fix a couple of typos Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-29 | Mark dirstat error messages for translation Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-29 | Improve error handling when parsing dirstat parameters Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-29 | New --dirstat=lines mode, doing dirstat analysis based... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-29 | Allow specifying --dirstat cut-off percentage as a... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-29 | Add config variable for specifying default --dirstat... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-29 | Refactor --dirstat parsing; deprecate --cumulative... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-29 | Make --dirstat=0 output directories that contribute... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-29 | Add several testcases for --dirstat and friends Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-12 | --dirstat: In case of renames, use target filename... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-11 | Teach --dirstat not to completely ignore rearranged... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-11 | --dirstat-by-file: Make it faster and more correct Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-04-11 | --dirstat: Describe non-obvious differences relative... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-03-30 | Make "git notes add" more user-friendly when there... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-03-30 | log/pretty-options: Document --[no-]notes and deprecate... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-02-17 | branch/checkout --track: Ensure that upstream branch... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2011-02-16 | push.default: Rename 'tracking' to 'upstream' Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | Provide 'git merge --abort' as a synonym to 'git reset... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | cmd_merge(): Parse options before checking MERGE_HEAD Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | Provide 'git notes get-ref' to easily retrieve current... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: Add testcases for merging notes trees... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: Add another auto-resolving strategy... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: --commit should fail if underlying... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: List conflicting notes in notes merge... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: Manual conflict resolution, part 2/2 Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: Manual conflict resolution, part 1/2 Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | Documentation: Preliminary docs on 'git notes merge' Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: Add automatic conflict resolvers ... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: Handle real, non-conflicting notes... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | builtin/notes.c: Refactor creation of notes commits. Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | git notes merge: Initial implementation handling trivial... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | builtin/notes.c: Split notes ref DWIMmery into a separate... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | notes.c: Use two newlines (instead of one) when concatenatin... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | (trivial) t3303: Indent with tabs instead of spaces... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-17 | notes.h/c: Propagate combine_notes_fn return value... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-10 | notes.h/c: Allow combine_notes functions to remove... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-10 | notes.c: Reorder functions in preparation for next... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-10 | notes.h: Make default_notes_ref() available in notes API Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-10 | (trivial) notes.h: Minor documentation fixes to copy_notes() Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-11-10 | notes.c: Hexify SHA1 in die() message from init_notes() Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-08-31 | notes: Don't create (empty) commit when removing non... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-07-13 | Enable custom schemes for column colors in the graph API Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-07-13 | Make graph_next_line() available in the graph.h API Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-06-06 | revision: Turn off history simplification in --ancestry... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-06-06 | revision: Fix typo in --ancestry-path error message Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-06-06 | Documentation/rev-list-options.txt: Explain --ancestry... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-06-06 | Documentation/rev-list-options.txt: Fix missing line... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-06-01 | diff.c: Ensure "index $from..$to" line contains unambiguous... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-25 | builtin-notes: Minor (mostly parse_options-related... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-17 | submodule summary: Don't barf when invoked in an empty... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Add "copy" subcommand for copying notes... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Misc. refactoring of argc and exit value... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Add -c/-C options for reusing notes Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Refactor handling of -F option to allow... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Deprecate the -m/-F options for "git... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Add "append" subcommand for appending... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Add "add" subcommand for adding notes... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Add --message/--file aliases for -m... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Add "list" subcommand for listing note... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Documentation: Generalize git-notes docs to 'objects... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Add "prune" subcommand for removing... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: prune_notes(): Prune notes that belong to... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | t3305: Verify that removing notes triggers automatic... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | builtin-notes: Add "remove" subcommand for removing... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Teach builtin-notes to remove empty notes Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Teach notes code to properly preserve non-notes in... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | t3305: Verify that adding many notes with git-notes... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | t3301: Verify successful annotation of non-commits Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Builtin-ify git-notes Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Refactor notes concatenation into a flexible interface... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: Allow multiple concurrent notes trees with... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: write_notes_tree(): Store the notes tree... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: for_each_note(): Traverse the entire notes... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: get_note(): Return the note annotating the... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: remove_note(): Remove note objects from... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: add_note(): Add note objects to the internal... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: init_notes(): Initialize the notes tree... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Add tests for checking correct handling of $GIT_NOTES_REF... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Notes API: get_commit_notes() -> format_note() + remove... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-02-14 | Minor cosmetic fixes to notes.c Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2010-01-26 | builtin-config: Fix crash when using "-f <relative... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2009-12-07 | Add more testcases to test fast-import of notes Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2009-12-07 | Rename t9301 to t9350, to make room for more fast-import... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2009-12-07 | fast-import: Proper notes tree manipulation Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2009-12-03 | Fix crasher on encountering SHA1-like non-note in notes... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2009-11-18 | Basic build infrastructure for Python scripts Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2009-10-20 | Add selftests verifying concatenation of multiple notes... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |
2009-10-20 | Refactor notes code to concatenate multiple notes annotating... Signed-off-by: Johan Herland <johan@herland.net> |
diff | tree |