aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | | | | Merge branch 'fc/rev-parse-test-updates'Junio C Hamano2013-09-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | rev-parse test: use standard test functions for setupFelipe Contreras2013-09-03
| * | | | | | | | | | | | | | | | | rev-parse test: use test_cmp instead of "test" builtinJonathan Nieder2013-09-03
| * | | | | | | | | | | | | | | | | rev-parse test: use test_must_fail, not "if <command>; then false; fi"Felipe Contreras2013-09-03
| * | | | | | | | | | | | | | | | | rev-parse test: modernize quoting and whitespaceFelipe Contreras2013-09-03
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Update draft release notes to 1.8.5 for the first half of the fourth batchJunio C Hamano2013-09-17
* | | | | | | | | | | | | | | | | Merge branch 'jk/remove-remote-helpers-in-python'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | git_remote_helpers: remove little used Python libraryJohn Keeping2013-09-09
* | | | | | | | | | | | | | | | | | Merge branch 'ss/doclinks'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Documentation: make AsciiDoc links always point to HTML filesSebastian Schuberth2013-09-06
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | glossary: fix and clarify the definition of 'ref'Richard Hansen2013-09-04
| * | | | | | | | | | | | | | | | | | revisions.txt: fix and clarify <rev>^{<type>}Richard Hansen2013-09-04
| * | | | | | | | | | | | | | | | | | glossary: more precise definition of tree-ish (a.k.a. treeish)Richard Hansen2013-09-04
| * | | | | | | | | | | | | | | | | | use 'commit-ish' instead of 'committish'Richard Hansen2013-09-04
| * | | | | | | | | | | | | | | | | | use 'tree-ish' instead of 'treeish'Richard Hansen2013-09-04
| * | | | | | | | | | | | | | | | | | glossary: define commit-ish (a.k.a. committish)Richard Hansen2013-09-04
| * | | | | | | | | | | | | | | | | | glossary: mention 'treeish' as an alternative to 'tree-ish'Richard Hansen2013-09-04
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'dw/diff-no-index-doc'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | diff --no-index: describe in a separate paragraphJunio C Hamano2013-08-28
| * | | | | | | | | | | | | | | | | | diff --no-index: clarify operation when not inside a repositoryDale R. Worley2013-08-22
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'ta/user-manual'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | "git prune" is safeThomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Remove irrelevant reference from "Tying it all together"Thomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Remove unnecessary historical note from "Object storage format"Thomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Improve section "Merging multiple trees"Thomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Improve section "Manipulating branches"Thomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Simplify "How to make a commit"Thomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Fix some typos and improve wordingThomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Use "git merge" instead of "git pull ."Thomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Use current output for "git repack"Thomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Use current "detached HEAD" messageThomas Ackermann2013-08-27
| * | | | | | | | | | | | | | | | | | Call it "Git User Manual" and remove reference to very old Git versionThomas Ackermann2013-08-27
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'fc/trivial'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | pull: use $curr_branch_short moreRené Scharfe2013-09-08
| * | | | | | | | | | | | | | | | | | add: trivial style cleanupFelipe Contreras2013-08-30
| * | | | | | | | | | | | | | | | | | reset: trivial style cleanupFelipe Contreras2013-08-30
| * | | | | | | | | | | | | | | | | | branch: trivial style fixFelipe Contreras2013-08-30
| * | | | | | | | | | | | | | | | | | reset: trivial refactoringFelipe Contreras2013-08-30
* | | | | | | | | | | | | | | | | | | Merge branch 'fc/fast-export'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | fast-export: refactor get_tags_and_duplicates()Felipe Contreras2013-09-03
| * | | | | | | | | | | | | | | | | | | fast-export: make extra_refs globalFelipe Contreras2013-09-03
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'ab/gitweb-author-initials'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | gitweb: Fix the author initials in blame for non-ASCII namesÆvar Arnfjörð Bjarmason2013-08-30
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/has-sha1-file-retry-packed'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | has_sha1_file: re-check pack directory before giving upJeff King2013-08-30
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/write-broken-index-with-nul-sha1'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | write_index: optionally allow broken null sha1sJeff King2013-08-28
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | documentation: clarify notes for clean.requireForceJiang Xin2013-08-28