aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* format-patch: refactor get_patch_filenameJeff King2012-05-22
* format-patch: use default email for generating message idsJeff King2012-05-22
* fmt-merge-msg: don't use static buffer in record_personJeff King2012-05-22
* Merge branch 'ef/checkout-empty'Junio C Hamano2012-05-11
|\
| * checkout: do not corrupt HEAD on empty repoErik Faye-Lund2012-05-08
* | Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-11
|\ \
| * | log: respect date_mode_explicit with --format:%gdJeff King2012-05-04
* | | Merge branch 'nd/i18n-branch-lego'Junio C Hamano2012-05-11
|\ \ \
| * | | branch: remove lego in i18n tracking info stringsNguyễn Thái Ngọc Duy2012-05-04
* | | | Merge branch 'nd/i18n-apply-lego'Junio C Hamano2012-05-10
|\ \ \ \
| * | | | apply: remove lego in i18n string in gitdiff_verify_nameNguyễn Thái Ngọc Duy2012-05-08
| |/ / /
* | | | Merge branch 'jk/status-porcelain-z-b'Junio C Hamano2012-05-10
|\ \ \ \
| * | | | status: refactor colopts handlingJeff King2012-05-08
| * | | | Merge branch 'jk/maint-status-porcelain-z-b' into HEADJeff King2012-05-08
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | status: respect "-b" for porcelain formatJeff King2012-05-08
| | * | | status: refactor null_termination optionJeff King2012-05-08
| | * | | commit: refactor option parsingJeff King2012-05-08
| | * | | Merge branch 'jc/merge-reduce-parents-early' into maintJunio C Hamano2012-05-03
| | |\ \ \
| | * \ \ \ Merge branch 'cb/cherry-pick-rev-path-confusion' into maintJunio C Hamano2012-05-03
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'mb/fetch-call-a-non-branch-a-ref' into maintJunio C Hamano2012-05-03
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'ef/maint-clone-progress-fix'Junio C Hamano2012-05-10
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress...Junio C Hamano2012-05-07
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | clone: fix progress-regressionErik Faye-Lund2012-05-07
| * | | | | | | | Merge branch 'it/fetch-pack-many-refs' into maintJunio C Hamano2012-05-01
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jl/maint-submodule-recurse-fetch' into maintJunio C Hamano2012-05-01
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-blame-minimal' into maintJunio C Hamano2012-05-01
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/push-upstream-sanity' into maintJunio C Hamano2012-04-26
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/diff-no-rename-empty' into maintJunio C Hamano2012-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/commit-unedited-template' into maintJunio C Hamano2012-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/commit-hook-authorship' into maintJunio C Hamano2012-04-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/checkout-detach-count'Junio C Hamano2012-05-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | checkout (detached): truncate list of orphaned commits at the new HEADJohannes Sixt2012-05-04
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'jk/maint-push-progress'Junio C Hamano2012-05-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | teach send-pack about --[no-]progressJeff King2012-05-01
| * | | | | | | | | | | | | | | send-pack: show progress when isatty(2)Jeff King2012-05-01
* | | | | | | | | | | | | | | | Merge branch 'nd/columns'Junio C Hamano2012-05-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tag: add --columnNguyễn Thái Ngọc Duy2012-04-27
| * | | | | | | | | | | | | | | | status: add --columnNguyễn Thái Ngọc Duy2012-04-27
| * | | | | | | | | | | | | | | | branch: add --columnNguyễn Thái Ngọc Duy2012-04-27
| * | | | | | | | | | | | | | | | help: reuse print_columns() for help -aNguyễn Thái Ngọc Duy2012-04-27
| * | | | | | | | | | | | | | | | Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy2012-04-27
* | | | | | | | | | | | | | | | | Merge branch 'pw/message-cleanup'Junio C Hamano2012-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | remove superfluous newlines in error messagesPete Wyckoff2012-04-30
* | | | | | | | | | | | | | | | | | Merge branch 'ab/i18n'Junio C Hamano2012-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git-commit: remove lego in i18n messagesÆvar Arnfjörð Bjarmason2012-04-30
| * | | | | | | | | | | | | | | | | | git-commit: remove lego in i18n messagesÆvar Arnfjörð Bjarmason2012-04-30
| * | | | | | | | | | | | | | | | | | git-branch: remove lego in i18n messagesÆvar Arnfjörð Bjarmason2012-04-30
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/i18n'Junio C Hamano2012-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | help: replace underlining "help -a" headers using hyphens with a blank lineNguyễn Thái Ngọc Duy2012-04-25
| * | | | | | | | | | | | | | | | | | | i18n: index-pack: mark strings for translationNguyễn Thái Ngọc Duy2012-04-24