summaryrefslogtreecommitdiffstats
path: root/notes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-20Documentation: Document signature showing optionsStephen Boyd2-0/+7
2012-09-20completion: fix shell expansion of itemsFelipe Contreras1-1/+8
2012-09-18Git 1.7.12.1v1.7.12.1Junio C Hamano3-2/+14
2012-09-18Doc: Improve shallow depth wordingPhilip Oakley1-2/+4
2012-09-18Documentation/git-filter-branch: Move note about effect of removing commitsAndreas Schwab1-10/+9
2012-09-17t/perf: add "trash directory" to .gitignoreRamkumar Ramachandra1-2/+3
2012-09-17Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers1-1/+1
2012-09-17git-jump: ignore (custom) prefix in diff modeMischa POSLAWSKY1-2/+2
2012-09-17Documentation: indent-with-non-tab uses "equivalent tabs" not 8Wesley J. Landaker1-2/+3
2012-09-17completion: add --no-edit to git-commitYacine Belkadi1-1/+2
2012-09-15Draft release notes to 1.7.12.1Junio C Hamano1-47/+69
2012-09-15Git 1.7.11.7v1.7.11.7Junio C Hamano4-3/+50
2012-09-14Revert diffstat back to EnglishNguyễn Thái Ngọc Duy1-6/+4
2012-09-14attr: failure to open a .gitattributes file is OK with ENOTDIRJunio C Hamano1-1/+1
2012-09-14Documentation: describe subject more preciselyJeremy White7-22/+31
2012-09-12Further merging in preparation for 1.7.12.1Junio C Hamano1-0/+26
2012-09-11Further merging down for 1.7.12.1Junio C Hamano1-0/+13
2012-09-11Git 1.7.11.6v1.7.11.6Junio C Hamano3-35/+58
2012-09-11run-command.c: fix broken list iteration in clear_child_for_cleanupDavid Gould1-6/+7
2012-09-11Start preparing for 1.7.12.1Junio C Hamano2-1/+63
2012-09-11Almost 1.7.11.6Junio C Hamano1-1/+29
2012-09-10gitcli: contrast wildcard given to shell and to gitJunio C Hamano1-0/+17
2012-09-10gitcli: formatting fixJunio C Hamano1-1/+1
2012-09-09mailinfo: strip "RE: " prefixJunio C Hamano1-1/+3
2012-09-09gitk: Rename 'tagcontents' to 'cached_tagcontent'David Aguilar1-7/+7
2012-09-09gitk: Teach "Reread references" to reload tagsDavid Aguilar1-1/+2
2012-09-07ls-remote: document the '--get-url' optionStefan Naewe2-1/+6
2012-09-07fetch --all: pass --tags/--no-tags through to each remoteDan Johnson2-0/+34
2012-09-07send-email: initial_to and initial_reply_to are both optionalStephen Boyd1-2/+4
2012-09-06doc: move rev-list option -<n> from git-log.txt to rev-list-options.txtNguyễn Thái Ngọc Duy2-5/+4
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy5-9/+10
2012-09-04Document file-glob for "git checkout -- '*.c'"Junio C Hamano1-0/+12
2012-09-03submodule: use argv_array instead of hand-building arraysJens Lehmann3-17/+19
2012-09-03fetch: use argv_array instead of hand-building arraysJeff King1-22/+25
2012-09-03argv-array: fix bogus cast when freeing arrayJeff King1-1/+1
2012-09-03argv-array: add pop functionJeff King3-0/+14
2012-09-03test-regex: Add a test to check for a bug in the regex routinesRamsay Jones4-0/+27
2012-08-31split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2-3/+20
2012-08-30cherry-pick/revert: respect order of revisions to pickMartin von Zweigbergk3-3/+7
2012-08-30demonstrate broken 'git cherry-pick three one two'Martin von Zweigbergk1-0/+15
2012-08-30teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk6-9/+40
2012-08-29log: fix --quiet synonym for -sJeff King2-1/+13
2012-08-27http: prompt for credentials on failed POSTJeff King2-9/+16
2012-08-27http: factor out http error code handlingJeff King2-23/+29
2012-08-27t: test http access to "half-auth" repositoriesJeff King3-0/+28
2012-08-27t: test basic smart-http authenticationJeff King2-0/+25
2012-08-27t/lib-httpd: recognize */smart/* repos as smart-httpJeff King1-9/+7
2012-08-27t/lib-httpd: only route auth/dumb to dumb reposJeff King1-1/+1
2012-08-27t5550: factor out http auth setupJeff King3-54/+55
2012-08-27t5550: put auth-required repo in auth/dumbJeff King1-9/+9