Sign in
googlers
/
jrn
/
git
/
9f67d2e8279e1885ef2b4681c19cef8534259783
/
commit.h
54f0bdc
Merge branch 'tr/reset-checkout-patch'
by Junio C Hamano
· 16 years ago
f00ecbe
Merge branch 'cc/replace'
by Junio C Hamano
· 16 years ago
46b5139
builtin-add: refactor the meat of interactive_add()
by Thomas Rast
· 16 years ago
28e9cf6
Expose the has_non_ascii() function
by Johannes Schindelin
· 16 years ago
6809557
replace_object: add mechanism to replace objects found in "refs/replace/"
by Christian Couder
· 16 years ago
7a8e389
bisect: drop unparse_commit() and use clear_commit_marks()
by Christian Couder
· 16 years ago
836a3fd
commit: add function to unparse a commit and its parents
by Christian Couder
· 16 years ago
7fcdb36
Make has_commit() non-static
by Jake Goulding
· 16 years ago
69cd8f6
builtin-blame: Reencode commit messages according to git-log rules.
by Alexander Gavrilov
· 16 years ago
c5ae643
commit.c: make read_graft_file() static
by Nanako Shiraishi
· 17 years ago
445cac1
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
d36f867
pretty=format: respect date format options
by Jeff King
· 17 years ago
53eda89
merge-base: teach "git merge-base" to drive underlying merge_bases_many()
by Christian Couder
· 17 years ago
fcab40a
Merge branch 'mv/merge-in-c'
by Junio C Hamano
· 17 years ago
5b2fd95
rerere: Separate libgit and builtin functions
by Stephan Beyer
· 17 years ago
98cf9c3
Introduce reduce_heads()
by Junio C Hamano
· 17 years ago
5240c9d
Introduce get_octopus_merge_bases() in commit.c
by Miklos Vajna
· 17 years ago
6531947
Move commit_list_count() to commit.c
by Miklos Vajna
· 17 years ago
4da45be
log: teach "terminator" vs "separator" mode to "--pretty=format"
by Junio C Hamano
· 17 years ago
267123b
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
6bf4f1b
format-patch: generate MIME header as needed even when there is format.header
by Junio C Hamano
· 17 years ago
eadbcd4
Merge branch 'mk/maint-parse-careful'
by Junio C Hamano
· 17 years ago
4516338
builtin-fsck: reports missing parent commits
by Martin Koegler
· 17 years ago
b02bd65
Export some email and pretty-printing functions
by Daniel Barkalow
· 17 years ago
3f06188
add -i: Fix running from a subdirectory
by Junio C Hamano
· 17 years ago
f64fe7b
Merge branch 'kh/commit' into wc/add-i
by Junio C Hamano
· 17 years ago
b6ec1d6
Fix add_files_to_cache() to take pathspec, not user specified list of files
by Junio C Hamano
· 17 years ago
7c0ab44
Teach builtin-add to pass multiple paths to git-add--interactive
by Wincent Colaiuta
· 17 years ago
53b2c82
revision walker: mini clean-up
by Linus Torvalds
· 17 years ago
23c17d4
Simplify topo-sort logic
by Linus Torvalds
· 17 years ago
4593fb8
format-patch -s: add MIME encoding header if signer's name requires so
by Junio C Hamano
· 17 years ago
d8b7db0
Export rerere() and launch_editor().
by Kristian Høgsberg
· 18 years ago
5868016
Introduce entry point add_interactive and add_files_to_cache
by Kristian Høgsberg
· 18 years ago
674d172
Rework pretty_print_commit to use strbufs instead of custom buffers.
by Pierre Habouzit
· 18 years ago
7b95089
Export format_commit_message()
by Ren,bi(B Scharfe
· 18 years ago
80583c0
Lift 16kB limit of log message output
by Junio C Hamano
· 18 years ago
16befb8
Even more missing static
by Junio C Hamano
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
a7b02cc
Add --date={local,relative,default}
by Junio C Hamano
· 18 years ago
ca135e7
Add support for "commit name decorations" to log family of commands
by Linus Torvalds
· 18 years ago
8ab3e18
Merge branch 'js/commit-format'
by Junio C Hamano
· 18 years ago
e52a5de
pretty-formats: add 'format:<string>'
by Johannes Schindelin
· 18 years ago
4a164d4
Merge branch 'jc/merge-base' (early part)
by Junio C Hamano
· 18 years ago
f43117a
is_repository_shallow(): prototype fix.
by Junio C Hamano
· 18 years ago
03840fc
Allow in_merge_bases() to take more than one reference commits.
by Junio C Hamano
· 18 years ago
37818d7
Merge branch 'master' into js/shallow
by Junio C Hamano
· 18 years ago
2ecd2bb
Move in_merge_bases() to commit.c
by Junio C Hamano
· 18 years ago
f53514b
allow deepening of a shallow repository
by Johannes Schindelin
· 18 years ago
ed09aef
support fetching into a shallow repository
by Johannes Schindelin
· 18 years ago
3dfb927
Add --relative-date option to the revision interface
by Jonas Fonseca
· 19 years ago
c0fa825
Fold get_merge_bases_clean() into get_merge_bases()
by Rene Scharfe
· 19 years ago
31609c1
Add get_merge_bases_clean()
by Rene Scharfe
· 19 years ago
7c6f8aa
move get_merge_bases() to core lib.
by Johannes Schindelin
· 19 years ago
d3ff6f5
Move "void *util" from "struct object" into "struct commit"
by Linus Torvalds
· 19 years ago
698ce6f
fmt-patch: Support --attach
by Johannes Schindelin
· 19 years ago
596524b
Teach fmt-patch about --numbered
by Johannes Schindelin
· 19 years ago
3eefc18
Tentative built-in format-patch.
by Junio C Hamano
· 19 years ago
6b9c58f
Split init_revisions() out of setup_revisions()
by Junio C Hamano
· 19 years ago
5040f17
blame -S <ancestry-file>
by Junio C Hamano
· 19 years ago
6b6dcfc
Make it possible to not clobber object.util in sort_in_topological_order (take 2)
by Fredrik Kuivinen
· 19 years ago
4c8725f
topo-order: make --date-order optional.
by Junio C Hamano
· 19 years ago
3815f42
pretty_print_commit(): pass commit object instead of commit->buffer.
by Junio C Hamano
· 19 years ago
b2d4c56
diff-tree: abbreviate merge parent object names with --abbrev --pretty.
by Junio C Hamano
· 19 years ago
f8f9c73
describe: allow more than one revs to be named.
by Junio C Hamano
· 19 years ago
ff56fe1
Add --pretty=fuller
by Junio C Hamano
· 19 years ago
60ab26d
[PATCH] Avoid wasting memory in git-rev-list
by Linus Torvalds
· 20 years ago
f76412e
[PATCH] Add 'git show-branch'.
by Junio C Hamano
· 20 years ago
d87449c
Introduce --pretty=oneline format.
by Junio C Hamano
· 20 years ago
ab580ac
[PATCH] Add a topological sort procedure to commit.c
by Jon Seymour
· 20 years ago
f755494
Make "insert_by_date()" match "commit_list_insert()"
by Linus Torvalds
· 20 years ago
9b66ec0
Add "--pretty=full" format that also shows committer.
by Linus Torvalds
· 20 years ago
5d6ccf5
[PATCH] Anal retentive 'const unsigned char *sha1'
by Jason McMullan
· 20 years ago
a3437b8
[PATCH] Modify git-rev-list to linearise the commit history in merge order.
by jon@blackcubes.dyndns.org
· 20 years ago
000182e
pretty_print_commit: add different formats
by Linus Torvalds
· 20 years ago
e3bc7a3
Add generic commit "pretty print" function.
by Linus Torvalds
· 20 years ago
ac5155e
commit_list_insert: return the new commit list entry
by Linus Torvalds
· 20 years ago
bd1e17e
Make "parse_object()" also fill in commit message buffer data.
by Linus Torvalds
· 20 years ago
3ff1fbb
commit: save the commit buffer off when parsing a commit object.
by Linus Torvalds
· 20 years ago
961784e
commit: add "lookup_commit_reference()" helper function
by Linus Torvalds
· 20 years ago
bd2c39f
[PATCH] don't load and decompress objects twice with parse_object()
by Nicolas Pitre
· 20 years ago
58e28af
[PATCH] Allow multiple date-ordered lists
by Daniel Barkalow
· 20 years ago
dd97f85
[PATCH] Add some functions for commit lists
by Daniel Barkalow
· 20 years ago
6eb8ae0
[PATCH] Header files for object parsing
by Daniel Barkalow
· 20 years ago