2010-10-29 | t0003: properly quote $HOME Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-10-19 | {cvs,svn}import: use the new 'git read-tree --empty' Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-09-08 | send-email: Refuse to send cover-letter template subject Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-08-31 | test: Introduce $GIT_BUILD_DIR Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-08-18 | Makefile: make gcov invocation configurable Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-08-09 | t7003: fix subdirectory-filter test Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-08-02 | ls-files: learn a debugging dump format Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-08-02 | Documentation/rev-parse: quoting is required with ... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-28 | xsize_t: check whether we lose bits Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-27 | Makefile: add check-docs exception for gitrevisions Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-27 | Fix 'git' wrapper usage string Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-26 | Documentation/git-push: Explain status output in more... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-26 | Document receive.denyDeleteCurrent Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-26 | Cast execl*() NULL sentinels to (char *) Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-26 | Do not unquote + into ' ' in URLs Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-19 | Documentation/reset: move "undo permanently" example... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-19 | Documentation/reset: reorder examples to match description Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-19 | Documentation/reset: promote 'examples' one section up Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-19 | Documentation/reset: separate options by mode Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-19 | Documentation/git-reset: reorder modes for soft-mixed... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-07-16 | Only run aggregate-results over actual counts Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-06-18 | send-email: ask about and declare 8bit mails Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-06-13 | parseopt: wrap rev-parse --parseopt usage for eval... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-06-12 | rev-list: introduce --count option Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-06-12 | log_ref_setup: don't return stack-allocated array Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-06-11 | check_aliased_update: strcpy() instead of strcat()... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-06-11 | t/README: document --root option Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-06-11 | fast-import: die_nicely() back to vsnprintf (reverts... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-05-21 | Complete prototype of git_config_from_parameters() Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-04-17 | combined diff: correctly handle truncated file Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-04-14 | diff: add --word-diff option that generalizes --color... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-29 | rebase -i: make post-rewrite work for 'edit' Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-17 | Documentation: receive.denyCurrentBranch defaults to... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | git-notes(1): add a section about the meaning of history Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | notes: track whether notes_trees were changed at all Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | notes: add shorthand --ref to override GIT_NOTES_REF Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | commit --amend: copy notes to the new commit Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | rebase: support automatic notes copying Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | notes: implement helpers needed for note copying during... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | notes: implement 'git notes copy --stdin' Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | rebase -i: invoke post-rewrite hook Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | rebase: invoke post-rewrite hook Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | commit --amend: invoke post-rewrite hook Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | Documentation: document post-rewrite hook Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | Support showing notes from more than one notes tree Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-03-13 | test-lib: unset GIT_NOTES_REF to stop it from influencing... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-02-20 | cherry_pick_list: quit early if one side is empty Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-02-20 | t1450: fix testcases that were wrongly expecting failure Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-02-16 | stash pop: remove 'apply' options during 'drop' invocation Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-02-10 | Documentation: quote braces in {upstream} notation Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-01-24 | Documentation: move away misplaced 'push --upstream... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-01-24 | Documentation: add missing :: in config.txt Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-01-22 | Documentation: improve description of --glob=pattern... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-01-10 | Documentation: emphasise 'git shortlog' in its synopsis Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-01-10 | Documentation: show-files is now called git-ls-files Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout |
diff | tree |
2010-01-10 | Documentation: format full commands in typewriter font Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-01-09 | Documentation: warn prominently against merging with... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2010-01-09 | Documentation/git-merge: reword references to "remote... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-12-31 | bash completion: factor submodules into dirty state Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-11-21 | describe: do not use unannotated tag even if exact... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-11-17 | Document git-svn's first-parent rule Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-11-17 | rebase docs: clarify --merge and --strategy Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-11-15 | Documentation: clarify 'ours' merge strategy Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-11-13 | filter-branch: nearest-ancestor rewriting outside subdir... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-11-13 | filter-branch: stop special-casing $filter_subdir argument Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-28 | describe: when failing, tell the user about options... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-22 | Quote ' as \(aq in manpages Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-20 | stash list: drop the default limit of 10 stashes Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-20 | stash list: use new %g formats instead of sed Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-20 | Introduce new pretty formats %g[sdD] for reflog information Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-20 | reflog-walk: refactor the branch@{num} formatting Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-20 | Refactor pretty_print_commit arguments into a struct Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-12 | Let --decorate show HEAD position Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-10-12 | bash completion: complete refs for git-grep Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-15 | DWIM 'git stash save -p' for 'git stash -p' Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-15 | Implement 'git stash save --patch' Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-15 | Implement 'git checkout --patch' Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-15 | Implement 'git reset --patch' Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-15 | add -p: do not attempt to coalesce mode changes Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-14 | Add a small patch-mode testing library Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-14 | builtin-add: refactor the meat of interactive_add() Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-14 | git-apply--interactive: Refactor patch mode code Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-13 | gitk: Parse arbitrary commit-ish in SHA1 field Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-13 | gitk: Fix direction of symmetric difference in optimized... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-13 | gitk: New option to hide remote refs Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-08-10 | Document 'stash clear' recovery via unreachable commits Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-07-25 | Disable asciidoc 8.4.1+ semantics for `{plus}` and... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-06-27 | Test grep --and/--or/--not Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-06-27 | Test git archive --remote Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-06-27 | Use die_errno() instead of die() when checking syscalls Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-06-27 | Introduce die_errno() that appends strerror(errno)... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-06-25 | git-svn: let 'dcommit $rev' work on $rev instead of... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-06-06 | Documentation: refer to gitworkflows(7) from tutorial... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-06-03 | add -i: do not dump patch during application Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-05-31 | Documentation: teach stash/pop workflow instead of... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-05-29 | Documentation: teach stash/pop workflow instead of... Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-03-30 | bash completion: only show 'log --merge' if merging Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |
2009-03-27 | Documentation: format-patch --root clarifications Signed-off-by: Thomas Rast <trast@student.ethz.ch> |
diff | tree |